/* @font-face {
  font-family: FZLanTingHei-DB-GBK;
  src: url('/site/lighting/css/FZLTZHUNHK.TTF');
}

@font-face {
  font-family: FZLTHK;
  src: url('/site/lighting/css/FZLTXHK.TTF');
} */

.clear_float::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

a {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

.border_size {
  box-sizing: border-box;
}

.wrapper {
  width: 1200px;
  /* margin: 47px auto; */
  margin: 0 auto;
  margin-top: 47px;
  margin-bottom: 180px;
  display: flex;
}

/*下拉导航*/
.nav_item {
  position: relative;
}

.level-nav {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 20;
}

.level-nav li {
  height: 34px;
  line-height: 34px;
  background: #fff;
}

.level-nav li a {
  color: #999999;
  font-size: 14px;
}

.level-nav .on {
  color: #333333;
  background: #eeeeee;
}

.level-nav .on a {
  color: #999999;
}

/**导航条*/
.nav {
  width: 100%;
  height: 86px;
  background-color: #228cee;
  box-sizing: border-box;
}

.nav_list {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.nav_list ul {
  position: absolute;
  top: 44%;
  width: 680px;
  height: 100%;
  margin-left: 240px;
}

.nav_item {
  display: inline-block;
  text-align: center;
  height: 20px;
  margin-right: 22px;
}

.nav_item a {
  font-size: 18px;
}

.level-nav li a {
  font-weight: 400px !important;
}

.logo_css {
  width: 57px;
  height: 49px;
  margin-top: 12px;
  cursor: pointer;
}

.shandian_css {
  width: 110px;
  height: 26px;
  margin-left: -20px;
  cursor: pointer;
}

.sanjiao1 {
  display: inline-block;
}

/*下拉导航*/
.nav_item {
  position: relative;
}

.nav_item a {
  display: block;
  font-family: FZLTHK;
  font-weight: normal;
  color: white;
}

.nav_item .level-nav {
  position: absolute;
  width: 50px;
  display: none;
  z-index: 20;
  margin-left: 0;
  left: -16px;
}

/* position */
.navigation {
  line-height: 1;
  margin: 0 auto 30px auto;
}

.navigation li a {
  font-family: FZLTHK;
}

.navigation li {
  float: left;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin-right: 10px;
}

/*底部*/
.web-footer {
  width: 100%;
  height: 182px;
  background: rgba(34, 140, 238, 1);
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  z-index: 999;
}

.web-footer span {
  display: inline-block;
  font-size: 16px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  margin-top: 57px;
  margin-right: 0px;
  margin-left: 0px;
}

/**搜索框*/
.search {
  width: 108px;
  height: 26px;
  margin-top: 30px;
  border-radius: 13px;
  margin-right: 140px;
  position: relative;
}

.download {
  margin-top: 25px;
  margin-right: 50px;
}

.search_input {
  width: 188px;
  height: 26px;
  background-color: #228cee;
  border-radius: 5px;
  outline: none;
  text-indent: 10px;
  color: white;
  border: 1px solid #93cbff;
  font-family: FZLTHK;
}

.search_icon {
  width: 13px;
  height: 15px;
  background-image: url("../images/icon_sousuo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  right: -75px;
  top: 28%;
  position: absolute;
}

/* 通用列表 */
.g_list_contain {
  display: flex;
  margin-bottom: 26px;
}

.g_list_contain img {
  width: 226px;
  height: 163px;
}

.g_list_contain_title {
  width: 590px;
  height: 64px;
}

.g_list_contain_title a {
  font-size: 22px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.g_content {
  margin-left: 33px;
}

.g_desc {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g_desc span {
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(170, 170, 170, 1);
}

.g_number {
  display: flex;
  align-items: center;
}

.g_number img {
  width: 17px;
  height: 11px;
}

.g_share {
  margin-top: 15px;
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(170, 170, 170, 1);
  display: flex;
  align-items: center;
}

.g_share .weixin {
  width: 25px;
  height: 21px;
}

.g_share img {
  margin-top: 5px;
  margin-right: 10px;
}

.g_share .pengyouquan {
  width: 18px;
  height: 19px;
}

.g_share .qq {
  width: 17px;
  height: 21px;
}

.g_share1 {
  margin-top: 15px;
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(170, 170, 170, 1);
  display: flex;
  align-items: center;
}

.g_share1 .weixin {
  width: 25px;
  height: 21px;
}

.g_share1 img {
  margin-top: 5px;
  margin-right: 10px;
}

.g_share1 .pengyouquan {
  width: 18px;
  height: 19px;
}

.g_share1 .qq {
  width: 17px;
  height: 21px;
}

/* 板块头部 */
.tit {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.tit_title {
  display: flex;
  font-size: 20px;
  font-family: FZLTHK;
  font-weight: 500;
  color: rgba(25, 128, 222, 1);
}

.gengduo a {
  font-size: 14px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(170, 170, 170, 1);
}

/* 右侧 */
.right_contain {
  margin-left: 57px;
  width: 290px;
}

.banner {
  width: 280px;
  height: 116px;
  cursor: pointer;
}

.hot_list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  line-height: 1;
}

.hot_list_content {
  display: flex;
  padding: 13px 0;
  color: rgba(51, 51, 51, 1);
  border-bottom: 1px solid #dfdfdf;
  line-height: 24px;
}

.hot_list_content .hot_number {
  font-size: 18px;
  font-family: FZLTHK;
  font-weight: 600;
  font-style: italic;
  width: 20px;
}

.hot_list .hot_list_title {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
}

.hot_list .hot_list_title a {
  font-family: FZLTHK;
}

/* 二维码 */
.shandian_erweima {
  margin-top: 35px;
  display: flex;
  font-size: 16px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  line-height: 20px;
}

.erweima_img {
  width: 132px;
  height: 132px;
}

.shandian_erweima_title {
  margin-left: 8px;
  cursor: pointer;
}

.shandian_erweima_title .anzhuo {
  margin-top: 17px;
  display: block;
  width: 103px;
  height: 24px;
}

.shandian_erweima_title .ios {
  margin-top: 10px;
  width: 103px;
  height: 24px;
  display: block;
}

/* 专题 */
.zhuanti_list {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
}

.zhuanti_list_img img {
  width: 280px;
  height: 135px;
}

.zhuanti_list_img {
  margin-bottom: 30px;
}

.zhuanti_list_title {
  margin-top: 9px;
  font-size: 16px;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(80, 80, 80, 1);
  line-height: 24px;
}

.zhuanti_list_title a {
  font-family: FZLTHK;
}

.g_share img {
  cursor: pointer;
}

/* 手机端列表 */

/* 列表 */
#phone_zw_contain {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}

.phone_g_list_contain {
  display: flex;
  margin-bottom: 0.26rem;
  padding: 0 0.3rem;
  justify-content: space-between;
  border-bottom: 0.01rem solid #ebebeb;
  padding-bottom: 0.29rem;
}

.phone_g_content {
  margin-right: 0.3rem;
  width: 6.96rem;
}

.phone_g_list_contain img {
  width: 1.84rem;
  height: 1.32rem;
}

.phone_g_number {
  display: flex;
  align-items: center;
}

.phone_g_number img {
  width: 0.25rem;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.phone_g_list_contain_title {
  width: 100%;
}

.phone_g_list_contain_title a {
  font-size: 0.36rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(80, 80, 80, 1);
  line-height: 0.44rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 0.85rem;
}

.phone_g_desc {
  margin-top: 0.21rem;
  display: flex;
  justify-content: space-between;
}

.phone_g_desc span {
  font-size: 0.24rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(170, 170, 170, 1);
  line-height: 0.42rem;
  margin-right: 0.05rem;
}

.phone_g_desc span:last-child {
  font-size: 0.26rem;
}

.gengduoxiazia {
  width: 7rem;
  height: 0.8rem;
  background: linear-gradient(
    180deg,
    rgba(34, 140, 238, 1),
    rgba(34, 168, 238, 1)
  );
  border-radius: 0.1rem;
  font-size: 0.32rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  line-height: 0.8rem;
  margin-top: 0.8rem;
  text-align: center;
  margin: 0 auto;
}

.hide {
  display: none;
}

.shouDiv {
  display: block;
}

.guanyu {
  font-size: 0.26rem;

  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  line-height: 0.2rem;
  margin-top: 0.5rem;
  text-align: center;
}

.guanyu a {
  font-family: FZLTHK;
}

.banquan {
  font-size: 0.2rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(134, 134, 134, 1);
  line-height: 0.2rem;
  margin-top: 0.6rem;
  text-align: center;
}

.bo {
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  color: rgba(134, 134, 134, 1);
  line-height: 0.36rem;
  margin-bottom: 0.5rem;
}

.bo p {
  font-family: FZLTHK;
  margin-top: 0.05rem;
}

/* 手机端页面 */
.phone_header {
  height: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99999999999;
  background: white;
}

.logo_div {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}

.logo_div img {
  width: 0.44rem;
  height: 0.44rem;
}

.logo_div div {
  font-size: 0.32rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
}

.xiazai {
  font-size: 0.26rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  width: 1.43rem;
  height: 0.54rem;
  background: rgba(25, 128, 222, 1);
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.54rem;
  margin-right: 0.12rem;
}

/* 导航条 */
.phone_nav {
  background-color: #f7f7f7;
  width: 100%;
  height: 0.75rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone_nav ul li {
  font-size: 0.32rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  line-height: 0.42rem;
  padding: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
}

.phone_nav ul {
  display: flex;
  flex-direction: row;
}

.phone_nav_nav_item:hover {
  border-bottom: 1px solid #1980de;
}

.swiper-container_shouji {
  height: 0.75rem;
  line-height: 0.75rem;
  overflow: hidden;
  margin-top: 0.8rem;
  margin-left: 0.1rem;
  width: 7.2rem;
}

.swiper-container_shouji .swiper-slide {
  font-size: 0.32rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  width: auto !important;
  margin-right: 0.37rem;
  position: relative;
}

.phone_title {
  position: absolute;
  bottom: 0.3rem;
  width: 6.77rem;
  height: 1.24rem;
  left: 0.34rem;
  right: 0.39rem;
  font-family: FZLanTingHei-DB-GBK;
  line-height: 0.65rem;
  font-size: 0.56rem;
  color: #ffffff;
  z-index: 888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* .phone .vjs-has-started.vjs-user-inactive.vjs-playing {
  display: none;
} */

.swiper-container_shouji .swiper-slide a {
  color: #333333;
  font-family: FZLanTingHei-DB-GBK;
}

.search_input::-webkit-input-placeholder {
  color: #c5e3ff;
}

/* Mozilla Firefox 4 to 18 */
.search_input:-moz-placeholder {
  color: #c5e3ff;
}

/* Mozilla Firefox 19+ */
.search_input::-moz-placeholder {
  color: #c5e3ff;
}

/* Internet Explorer 10+ */
.search_input:-ms-input-placeholder {
  color: #c5e3ff;
}

.g_number img {
  margin-right: 4px;
}

/* 手机端查看更多 */

.phone_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
  padding: 0 0.3rem;
}

.phone_tit_title {
  font-size: 0.36rem;
  font-family: FZLTHK;
  font-weight: 500;
  color: #1980de;
  line-height: 0.5rem;
  display: flex;
}

.phone_tit_gengduo a {
  font-size: 0.26rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: #aaaaaa;
  line-height: 0.36rem;
}

/* 手机端 swiper */
.phone_swiper {
  height: 3.3rem;
  background-color: #f7f7f7;
  margin-top: 0.25rem;
}

.phone_xiaosanjiao {
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  transform: translate(0.07rem, -0.07rem);
  right: 50%;
  top: 50%;
}

.swiper-container-dijishi {
  height: 0.6rem;
  overflow: hidden;
  line-height: 0.6rem;
  width: 7.2rem;
  margin-left: 0.1rem;
  display: none;
}

.swiper-container-dijishi .swiper-slide {
  width: auto !important;
  font-size: 0.3rem;
  margin-right: 0.3rem;
}

.swiper-container-dijishi .swiper-slide a {
  padding: 0.02rem 0.09rem;
  border: 0.01rem solid #d2d2d2;
  border-radius: 0.05rem;
}

.phone_juzhen {
  width: 100%;
  height: 100%;
}

.phone_juzhen .web_botton_div {
  width: 2.1rem;
  height: 2.8rem;
  text-align: center;
  background-color: white;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.phone_juzhen .web_botton_div img {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.16rem;
}

.phone_juzhen .web_botton_div .guanzhu {
  width: 0.89rem;
  height: 0.26rem;
  border-radius: 1px;
}

.phone_swiper_fa {
  width: 100%;
  height: 3rem;
  border: 0px solid red;
  position: relative;
  margin-left: -0.26rem;
}

.phone_swiper_fa .swiper-button-next {
  /* right: 0.17rem; */
  display: none;
  /* outline: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") */
}

.phone_swiper_fa .swiper-button-prev {
  /* outline: none; */
  display: none;
  /* left: 0.28rem; */
  /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") */
}

.swiper-container-phone {
  width: 100%;
  overflow: hidden;
  margin-top: 0.24rem;
}

.phone_swiper_fa .swiper-wrapper {
  padding: 0 0.5rem;
}

.phone_swiper_fa .web_botton_div2 {
  font-size: 0.15rem;
}

.phone_swiper_fa .web_div {
  margin-top: 0.17rem;
  font-family: FZLTHK;
  font-weight: normal;
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.28rem;
  width: none;
}

.phone_swiper_fa .web_div2 {
  background-color: #cf2f2e;
  width: 0.9rem;
  height: 0.26rem;
  border-radius: 0.07rem;
  margin: 0.15rem auto;
  color: white;
  line-height: 0.26rem;
  text-align: center;
}

.phone_swiper_fa hr {
  width: 80%;
  margin-top: 0.2rem;
  background: rgba(235, 235, 235, 1);
  color: #ebebeb;
  background-color: #ebebeb;
  opacity: 0.2;
}

.phone_swiper_fa .chakan {
  width: 1.09rem;
  height: 0.48rem;
  background: rgba(25, 128, 222, 0);
  border: 1px solid rgba(25, 128, 222, 1);
  border-radius: 0.24rem;
  text-align: center;
  display: inline-block;
  margin-top: -0.15rem;
  font-size: 0.22rem;
  font-family: FZLTHK;
  font-weight: normal;
  color: rgba(25, 128, 222, 1);
  line-height: 0.48rem;
  font-family: FZLTHK;
}

.fin {
  position: fixed;
  bottom: 0;
}

.nav_show {
  width: 1200px;
  position: fixed;
  top: 86px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999999999999999999;
  padding-top: 10px;
  display: flex;
  background-color: white;
  justify-content: flex-end;
  flex-wrap: wrap;
  display: none;
}

.diji {
  width: 70px;
  height: 25px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: FZLTHK;
}

.nav_show1 {
  width: 1200px;
  position: fixed;
  top: 86px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
  padding-top: 10px;
  display: flex;
  background-color: white;
  /* justify-content: center; */
  flex-wrap: wrap;
  display: none;
}

.lanmu {
  display: block;
  display: flex;
}

.zw_phone {
  visibility: hidden;
}

@-webkit-keyframes fadenum {
  /*设置内容由显示变为隐藏*/

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadenum {
  /*设置内容由显示变为隐藏*/

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadenum {
  /*设置内容由显示变为隐藏*/

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadenum {
  /*设置内容由显示变为隐藏*/

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* phone地级市样式 */
.swiper-container-dijishi {
  -webkit-animation: fadenum 2s ease;
  -moz-animation: fadenum 2s ease;
  animation: fadenum 2s ease;
  transition: display 2s ease;
}

.g_list_contain img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.g_list_contain img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.zhuanti_list img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.zhuanti_list img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.banner {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.banner:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.phone_zw_contain {
  -webkit-animation: fadenum 2s ease;
  -moz-animation: fadenum 2s ease;
  animation: fadenum 2s ease;
  transition: display 2s ease;
}

.nav_show1 {
  -webkit-animation: fadenum 1s ease;
  -moz-animation: fadenum 1s ease;
  animation: fadenum 1s ease;
  transition: display 1s ease;
}

.nav_show {
  -webkit-animation: fadenum 1s ease;
  -moz-animation: fadenum 1s ease;
  animation: fadenum 1s ease;
  transition: display 1s ease;
}

.g_content .g_list_contain_title a:hover {
  color: rgba(34, 140, 238, 1);
}

.hot_list .hot_list_title a:hover {
  color: rgba(34, 140, 238, 1);
}

.zhuanti_list_title a:hover {
  color: rgba(34, 140, 238, 1);
}

.web-footer {
  -webkit-animation: fadenum 2s ease;
  -moz-animation: fadenum 2s ease;
  animation: fadenum 2s ease;
  transition: display 2s ease;
}

/* .nav_item:hover {
  border-bottom: 3px solid #fff;
} */
